Skip to content
View martinfrances107's full-sized avatar

Block or report martinfrances107

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
martinfrances107/README.md

I have published the following RUST libraries on crates.io

d3_geo_rs

A comprehensive set of projections for rendering the globe. Cover 15 major projections including "AlbersUSA", "OrthoGraphic", "Equirectangular", "Mercator", "Stereographic".

d3_delaunay_rs

A fast algorithm for processing delaunay meshes.

d3_geo_voronoi_rs

Computes and displays delaunay and voronoi meshes from points on a globe

gcode-nom

A library for visualizing gcode files.

gcode2obj

Uses the gcode-nom library to generate OBJ files.

bpa_rs

A mesh reconstruction library.

xyz2stl

A binary for fast mesh reconstruction from a point cloud.

The first three are ports of these npm packages d3-geo, d3-delaunay, d3-geo-voronoi

The greater performance afforded by RUST allows more complex data visualisations

I am currently looking for work.

Pinned Loading

  1. rust_d3_geo rust_d3_geo Public

    A port of d3-geo into RUST.

    Rust 24 1

  2. rust_d3_geo_voronoi rust_d3_geo_voronoi Public

    A port in of d3-geo-voronoi into rust.

    Rust 8 1

  3. rust_d3_delaunay rust_d3_delaunay Public

    Compute the Voronoi diagram of a set of two-dimensional points.

    Rust 1

  4. gcode-nom gcode-nom Public

    Visualize G-code files

    G-code 5

  5. photo_indexer photo_indexer Public

    Image gallery - Search based on an images EXIF data

    Rust

  6. bpa_rs bpa_rs Public

    Ball Pivoting Algorithm (BPA) Mesh Reconstruction from a Point Cloud.

    Rust